

<!DOCTYPE html>

<html>
<head>
    <meta name="viewport" content="width=device-width" />
    <script src="/Scripts/jquery-3.3.1.min.js"></script>
    <script src="/Scripts/tools.js"></script>
    <title>页面不存在</title>
    <style>
        body, html {
            margin: 0;
            padding: 0;

        }
        a, div, span {
            font-size:14px;
            font-family:微软雅黑;
        }
        #MainDiv {
            width: 1280px;
            height: 520px;
            margin: auto;
            margin-top: 50px;
        }

        .im {
            width: 1068px;
            height: 514px;
            display: block;
            margin: auto;
        }
        .sy {
            width: 200px;
    height: 50px;
    display: block;
    text-align: center;
    margin: auto;
    background-color: #af9516;
    line-height: 50px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    letter-spacing: 2px;
        }
            .sy:hover {
                background-color:#d3b72f;
            }
    </style>

    <script language="javascript">
        $(document).ready(function () {

        });
    </script>
</head>
<body>
    <div id="MainDiv">
        <img src="/Img/404.jpg" class="im" />
        <span class="sy" onclick="window.location.href='/Home/Index'">回到首页</span>
    </div>
</body>
</html>
